cycle, memory - перевод на арабский
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

cycle, memory - перевод на арабский

PROCESS OF PERIODICALLY READING INFORMATION FROM AN AREA OF COMPUTER MEMORY AND IMMEDIATELY REWRITING THE READ INFORMATION TO THE SAME AREA WITHOUT MODIFICATION, FOR THE PURPOSE OF PRESERVING THE INFORMATION
RAM refresh; DRAM refresh; Memory refresh cycle; Memory refresh interval

cycle, memory      
دورة الذاكرة
memory         
  • Brain regions involved in memory formation including medial prefrontal cortex (mPFC)
  • How does your memory work? - Dr. Lisa Genzel ([[Radboud University]])
  • [[Olin Levi Warner]], ''Memory'' (1896). Library of Congress [[Thomas Jefferson Building]], Washington, D.C.
  • Regulatory sequence in a promoter at a transcription start site with a paused RNA polymerase and a TOP2B-induced double-strand break
  • The working memory model
MENTAL FACULTIES AND PROCESSES INVOLVED IN STORING AND RETRIEVING INFORMATION
Molecular mechanisms of memory; Memory retention; Human memory; Memory (psychology); Memry; Topographical memory; Topographic memory; Memories; Macrostructure (psychology); Memory formation; Cognitive neuroscience of memory; Genetics of human memory; Genetic basis of memory; Genetics of memory
‎ ذاكِرَة‎
memory         
  • Brain regions involved in memory formation including medial prefrontal cortex (mPFC)
  • How does your memory work? - Dr. Lisa Genzel ([[Radboud University]])
  • [[Olin Levi Warner]], ''Memory'' (1896). Library of Congress [[Thomas Jefferson Building]], Washington, D.C.
  • Regulatory sequence in a promoter at a transcription start site with a paused RNA polymerase and a TOP2B-induced double-strand break
  • The working memory model
MENTAL FACULTIES AND PROCESSES INVOLVED IN STORING AND RETRIEVING INFORMATION
Molecular mechanisms of memory; Memory retention; Human memory; Memory (psychology); Memry; Topographical memory; Topographic memory; Memories; Macrostructure (psychology); Memory formation; Cognitive neuroscience of memory; Genetics of human memory; Genetic basis of memory; Genetics of memory
اسْم : ذاكرة . ذكرى

Определение

memory
n.
1.
Recollection, remembrance, reminiscence.
2.
Remembrance.
3.
Memorial, commemorative record, monumental record.
4.
Fame, renown, reputation, celebrity.

Википедия

Memory refresh

Memory refresh is the process of periodically reading information from an area of computer memory and immediately rewriting the read information to the same area without modification, for the purpose of preserving the information. Memory refresh is a background maintenance process required during the operation of semiconductor dynamic random-access memory (DRAM), the most widely used type of computer memory, and in fact is the defining characteristic of this class of memory.

In a DRAM chip, each bit of memory data is stored as the presence or absence of an electric charge on a small capacitor on the chip. As time passes, the charges in the memory cells leak away, so without being refreshed the stored data would eventually be lost. To prevent this, external circuitry periodically reads each cell and rewrites it, restoring the charge on the capacitor to its original level. Each memory refresh cycle refreshes a succeeding area of memory cells, thus repeatedly refreshing all the cells in a consecutive cycle. This process is conducted automatically in the background by the memory circuitry and is transparent to the user. While a refresh cycle is occurring the memory is not available for normal read and write operations, but in modern memory this "overhead" time is not large enough to significantly slow down memory operation.

Electronic memory that does not require refreshing is available, called static random-access memory (SRAM). SRAM circuits require more area on a chip, because an SRAM memory cell requires four to six transistors, compared to a single transistor and a capacitor for DRAM. As a result, data density is much lower in SRAM chips than in DRAM, and SRAM has higher price per bit. Therefore, DRAM is used for the main memory in computers, video game consoles, graphics cards and applications requiring large capacities and low cost. The need for memory refresh makes DRAM timing and circuits significantly more complicated than SRAM circuits, but the density and cost advantages of DRAM justify this complexity.